æòÅⁿâoâiü[

Folder selectDialog() Class Method


    Folder.selectDialog(prompt, preset)

Description

    The Folder SelectDialog() method opens a dialog box that permits you to select a folder using the OS specific folder select dialog. Both arguments are optional.

Parameters

    prompt

    String

    displays a prompt text if the dialog allows the display of such a message. Optional

    preset

    Folder

    a folder that is pre-selected when the dialog opens.

Returns

    Folder object pointing to the selected folder, or null if the user cancels the dialog.